ResourceLock Method (String, ActiveLock) |
Lock a resource based on the given parameters.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ActiveLock Lock(
string address,
ActiveLock activeLock
)
Public Function Lock (
address As String,
activeLock As ActiveLock
) As ActiveLock
Parameters
- address
- Type: SystemString
The URI of the resource to lock. - activeLock
- Type: Independentsoft.WebdavActiveLock
The lock to set on a resource.
Return Value
Type:
ActiveLockAn ActiveLock as result of lock operation.
See Also